Drupal/Drupal Mcq Questions Unit 3 Sample Test,Sample questions

Question:
All content types in Drupal derive from ___.

1.blocks

2.views

3.node

4.nothing

Posted Date:-2022-10-17 09:15:40


Question:
Assume your node is node/8 and the node alias is products/laptop. You want your site automatically to redirect the visitor to products/laptop if he/she goes to the node/8 page. How will you enable that redirect?

1.By installing the Global Redirect module and its required modules

2.By selecting "Force redirect to alias" in the admin settings

3.Drupal does not allow this feature.

4.By selecting "Redirect to this alias automatically" when you create or edit your node

Posted Date:-2022-10-18 05:28:55


Question:
Assuming that you want to maintain your site and put it in the offline mode, how will you customize the offline page?

1.By editing or creating current theme's maintenance-page.tpl.php

2.By creating the offline.php page, then setting the offline file path in admin settings to this file

3.By creating the offline.php page, then setting the offline parameter in the configuration file to this file

4.We can not customize the offline page.

Posted Date:-2022-10-18 06:19:39


Question:
By adding _______ file to your web root, you can forbid search engine bots to index certain parts of your website.

1.robots.txt

2.sitemap.xml

3.permissions.txt

4.forbid.xml

Posted Date:-2022-10-18 05:35:16


Question:
By which of the following ways can you enforce a user to embed a youtube video?

1.By using the embedded video module and its required modules to create new content type with one required video field and setting this required video field to support youtube

2.By creating the new content type, adding one required field and setting its content to youtube

3.By creating the new content type and selecting the "required" for content field

4.We can not enforce the user to embed a youtube video.

Posted Date:-2022-10-17 09:24:33


Question:
Drupal offers ___ different built-in menus.

1.0

2.1

3.2

4.3

Posted Date:-2022-10-17 09:12:09


Question:
For a single installation, which of the following directories should you put all non-core modules in?

1.sites/all/modules directories under Drupal installation directory

2.modules directories under Drupal installation directory

3.misc directories under Drupal installation directory

4.includes directories under Drupal installation directory

Posted Date:-2022-10-17 09:07:01


Question:
How does Drupal sort items in a list?

1.On the basis of weight

2.On the basis of creation time

3.On the basis of the order specified by the admin

4.On the basis of content length

Posted Date:-2022-10-18 06:31:31


Question:
How to 'enable newsletter' on your site?

1.Set the correct parameter in the configuration file.

2.Use the newsletter module and its required modules.

3.Select "Enable newsletters" in the admin settings.

4.Use the simplenews module and its required modules.

Posted Date:-2022-10-17 09:19:35


Question:
How to disable the user registration in the front-end?

1.Un-publish the registration link.

2.Change the setting of "Public registrations" in the configuration file.

3.Change the setting of "Public registrations" in the User settings page.

4.We can not disable the user registration in the front-end.

Posted Date:-2022-10-18 07:03:50


Question:
How will you add css files?

1.By creating the css files, then setting the correct parameters in the theme's .info file

2.By creating the css files, then setting the correct parameters in the module's .info file

3.By creating the css files, then specifying it in the admin settings

4.We can not add css files in Drupal.

Posted Date:-2022-10-18 07:14:15


Question:
How will you allow tags for content?

1.Drupal does not have this feature.

2.By selecting "Enable tags" when creating or editing content

3.By enabling it in the admin settings

4.By creating a taxonomy

Posted Date:-2022-10-18 07:17:17


Question:
How will you automatically generate alias for each posted content?

1.By using the pathauto module

2.By setting the correct parameters in the configuration file

3.By enabling the autoalias module

4.We can not generate alias automatically.

Posted Date:-2022-10-18 06:37:00


Question:
How will you change the color of the required fields?

1.By changing the required fields' color in the configuration file

2.By changing the required fields' color in the admin settings

3.By editing the .required css class

4.We can not colorize the required fields.

Posted Date:-2022-10-17 15:58:18


Question:
How will you change the color of the required fields?

1.By changing the required fields' color in the configuration file

2.By changing the required fields' color in the admin settings

3.By editing the .required css class

4.We can not colorize the required fields.

Posted Date:-2022-10-17 15:58:38


Question:
How will you create revision of content?

1.By adding the path of the content that you want to create revision to the configuration file.

2.Drupal automatically creates content revision when you create or update content.

3.By selecting "Create new revision" when creating or editing content

4.We can not create revision in Drupal.

Posted Date:-2022-10-17 16:56:45


Question:
How will you enable the enter page title for each post content?

1.By setting the correct parameters in the configuration file

2.By enabling it in the admin settings

3.By installing the Page Title module and its required modules

4.None of These

Posted Date:-2022-10-17 16:38:01


Question:
How will you extend the user account information?

1.By enabling the profile module and its required modules

2.By enabling it in the configuration file

3.By using template with built in user profile information

4.Drupal does not allow you to extend user account information. Is This Question Helpful? like dislike Ezoicreport this ad

Posted Date:-2022-10-17 09:18:36


Question:
How will you send an email to the administrator each time a new user registers?

1.By enabling the trigger module and creating an email action and trigger system to send that email when a user registers successful

2.By creating an email template, then selecting it in "Send this email to administrator:" in the admin settings

3.By entering the administrator email address in the "Notify email address" parameter in the configuration file

4.We can not notify the administrator when a user registers successful.

Posted Date:-2022-10-18 06:14:57


Question:
Is it true that Drupal allows editing content of a revision which is not the current revision?

1.Yes

2.No

3.Error

4.None of These

Posted Date:-2022-10-18 07:16:05


Question:
Is it true that Drupal allows only the built-in input format?

1.Yes

2.No<br>

3.Error

4.None of these

Posted Date:-2022-10-18 07:21:13


Question:
Is it true that to login to a Drupal website, you always have to register with that website?

1.Yes

2.No

3.Error

4.none of these

Posted Date:-2022-10-18 07:06:04


Question:
One possible way to build a multilanguage Drupal site is to ___.

1.use the internationalization module and its required modules

2.install the language pack

3.install Drupal in multisite, each site being in one language

4.Drupal does not allow this feature.

Posted Date:-2022-10-18 07:22:27


Question:
One way to allow rating of your post content is to ___.

1.enable it in the admin settings

2.use the rating module and its required modules

3.use the fivestar module and its required modules

4.Drupal does not have this feature.

Posted Date:-2022-10-18 07:07:19


Question:
One way to automatic backup Drupal database is to ____

1.We can not backup database automatically.

2.use phpMyAdmin

3.use the backup_db module

4.use the backup_migrate module and its required modules

Posted Date:-2022-10-18 06:53:07


Question:
One way to create poll on your site is to ___.

1.enable the poll in the configuration file

2.enable the poll module and its required modules

3.install the createpoll module and its required modules

4.Drupal does not allow this feature.

Posted Date:-2022-10-18 06:16:32


Question:
One way to timing content publication is to ___.

1.We can not time content publication.

2.set the expired date when creating or editing the published content

3.set the correct parameters in the configuration file

4.use the rules module and its required modules

Posted Date:-2022-10-17 16:48:58


Question:
Taxomony is used to ___ your content.

1.categorize✔

2.mark

3.display

4.show

Posted Date:-2022-10-17 16:50:21


Question:
The purpose of the Content Construction Kit is to ________.

1.display comment

2.categorize content

3.develop new types of content

4.insert multimedia content

Posted Date:-2022-10-18 05:17:42


Question:
Where will you limit the maximum upload file size in Drupal?

1.In php.ini

2.In admin settings

3.In configuration settings

4.Drupal does not handle upload file size.

Posted Date:-2022-10-17 09:21:46


Question:
Which is the range of weight value in Drupal 6?

1.0 - 10

2.0 - 50

3.-10 - 10

4.-50 - 50

Posted Date:-2022-10-18 05:33:27


Question:
Which of the following can be used to create a template for your post content type?

1.Use the contemplate module and its required modules.

2.Create the template for each content type.

3.Both a &amp; b are true.

4.Both b &amp; c are true.

Posted Date:-2022-10-18 07:05:00


Question:
Which of the following file() is not a theme file?

1..info file

2.template files (.tpl.php)

3.template.php

4.settings.php

Posted Date:-2022-10-18 05:57:44


Question:
Which of the following must you have in order to use Embedded Media Field and its required modules to add a flickr image field?

1.Flickr api key and flickr api secret

2.CCK module

3.Media:Flickr module

4.All of above

Posted Date:-2022-10-18 07:09:34


Question:
Which of the following ways can you use to add calendar to Drupal?

1.Use calendar and its required modules.

2.Use the cck module.

3.Use the views module.

4.We can not add calendar to Drupal.

Posted Date:-2022-10-17 09:09:19


Question:
Which of the following ways can you use to add video chat to Drupal?

1.We can not add video chat to Drupal.

2.Use chat and its required modules.

3.Select "Activate chat" in the admin settings.

4.Use videochat and its required modules.

Posted Date:-2022-10-18 05:36:20


Question:
Which of the following ways can you use to allow users to flag nodes and comments as offensive for the administrator to review?

1.Use abuse and its required modules.

2.Use reportabuse and its required modules.

3.Select "Allow report abuse" in the admin settings.

4.Set the correct parameters in the configuration file.

Posted Date:-2022-10-18 06:20:50


Question:
Which of the following ways can you use to change the order of items within the Drupal built-in menus?

1.Change the relative weight of each item within the menu accordingly, the lowest appearing first.

2.Change the relative weight of each item within the menu accordingly, the highest appearing first.

3.Change the order in the admin settings.

4.We can not change the order, the one created first will appear first

Posted Date:-2022-10-18 05:21:30


Question:
Which of the following ways can you use to control access for user roles based on taxonomy categories?

1.Use the taxonomy access control module and its required modules.

2. Create the role with appropriate permissions.

3.Set the appropriate permissions for user roles when you create or edit the taxonomy category

4.We can not control access to user roles based on taxonomy categories.

Posted Date:-2022-10-18 06:54:23


Question:
Which of the following ways can you use to create 'forum' in Drupal?

1.Use the forum module and its required modules.

2.Set the correct parameters in the configuration settings.

3.Set "purpose" to "forum" in the admin settings.

4.We can not create forum in Drupal.

Posted Date:-2022-10-17 09:22:41


Question:
Which of the following ways can you use to customize templates provided by core?

1.Copy and customize the templates that you want to override to the theme folder or edit these templates in theme folder if these templates exist.

2.Customize it in admin settings.

3.Create templates that you want to override in any location, then set the correct parameters in configuration file.

4.Drupal does not allow customize templates provided by core.

Posted Date:-2022-10-17 09:20:46


Question:
Which of the following ways can you use to embed google maps into your site?

1.We can not embed Google maps in Drupal.

2.Use the GoogleMapEmbed module and its required modules.

3.Use CCK and its required modules.

4.Use the GMapEZ module and its required modules.

Posted Date:-2022-10-17 09:10:20


Question:
Which of the following ways can you use to integrate Google Adsense with your site?

1.Use the GoogleToolkit module and its required modules.

2. Use AdSense and its required modules.

3.Select "Enable Google AdSense" in the admin settings.

4.We can not integrate Google AdSense with Drupal.

Posted Date:-2022-10-17 09:17:43


Question:
Which of the following ways can you use to integrate twitter with your site?

1.Use the embedtwitter module and its required modules.

2.Use the twitter module and its required modules.

3.Twitter is already integrated in Drupal. Just enable it in the admin settings.

4.We can not integrate twitter with Drupal.

Posted Date:-2022-10-18 05:29:54


Question:
Which of the following ways can you use to optimize the Drupal database to enhance performance?

1.Export, then recreate the database.

2.There is no way to optimize the database.

3.Use the mysql database instead of the postgres database. Use the DB Maintenance module and its required modules.

4.Use the DB Maintenance module and its required modules.

Posted Date:-2022-10-18 05:42:41


Question:
Which of the following ways can you use to set a page content to front page?

1.Set default front page on site information in the admin settings.

2.Select "Promoted to front page" when creating or editing that content.

3.Set it in the configuration file.

4.We can not change front page.

Posted Date:-2022-10-17 09:16:30


Question:
Which of the following ways can you use to show downloadable files?

1.Use the ftpfiles module and its required modules.

2.Use the filebrowser module and its required modules.

3.Select "Show downloadable files" in the admin settings.

4.We can not show downloadable files in Drupal.

Posted Date:-2022-10-17 16:46:30


Question:
Which of the following ways can you use to use the shopping cart in your website?

1.Create the shopping cart content type.

2.Use the shoppingcart module and its required modules.

3.Use the ubercart module and its required modules

4.We can not use the shopping cart in Drupal.

Posted Date:-2022-10-18 05:43:41


Question:
Which of the following ways is a possible way to present your Drupal site in a language other than the 'by default' English?

1.Drupal does not allow this feature.

2.Install the desired language pack.

3.Use the content translate module and its required modules.

4.Use the locale module and its required modules.

Posted Date:-2022-10-18 07:23:42


Question:
Which of the following ways is a possible way to translate your post content?
Which of the following ways is a possible way to translate your post content?


1.Use the content translate module and its required modules.

2.Use the locale module and its required modules.

3.Install Drupal in the desired local language.

4.Drupal does not have this feature.

Posted Date:-2022-10-18 06:26:47


Question:
You create a "natural" category. How will you set the contents of this category to front page?

1.Set default front page on site information in the admin settings to that category url.

2.Select "Promoted to front page" when create or edit that content type.

3.Set the correct parameters in configuration file.

4.We can not change front page in Drupal.

Posted Date:-2022-10-18 05:31:06


Question:
_ is a contributed module which grants site developers a simple graphical interface for modifying the presentation of content.

1.CCK

2.Views

3.Path

4.Blocks

Posted Date:-2022-10-18 06:56:44


Question:
___ is the first few words or sentences of a piece of content usually with a link to the complete node.

1.Blocks

2.Teaser

3.Views

4.Vocabulary

Posted Date:-2022-10-17 09:04:55


Question:
___ often contain/s lists of nodes or other navigational content and is/are frequently placed in the left or right regions of a page.

1.Taxonomy

2.Nodes

3.Blocks

4.Terms

Posted Date:-2022-10-18 05:59:01


Question:
___ often contain/s lists of nodes or other navigational content and is/are frequently placed in the left or right regions of a page.

1.Taxonomy

2.Nodes

3.Blocks

4.Terms

Posted Date:-2022-10-18 05:59:44


More MCQS

  1. Drupal Mcq Questions Unit 1
  2. Drupal Mcq Questions Unit 2
  3. Drupal Mcq Questions Unit 3
  4. Drupal Mcq Questions Unit 4
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!